Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / StartOverflow Property


In This Topic
    StartOverflow Property
    In This Topic
    Gets the lenght in pixels of the elements that are out of view at the start considering CalendarOrientation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartOverflow As Double
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As Double
     
    value = instance.StartOverflow
    public double StartOverflow {get;}
    See Also